home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / pupworld.swf / scripts / DefineButton2_297 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-06-09  |  96 b   |  5 lines

  1. on(release){
  2.    trace("going to title");
  3.    _parent._parent._parent.gotoAndPlay("title");
  4. }
  5.